home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.2 / Home / card_5341.txt < prev    next >
Text File  |  1990-01-25  |  9KB  |  472 lines

  1. -- card: 5341 from stack: in
  2. -- bmap block id: 4249
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: Home
  6. ----- HyperTalk script -----
  7. on idle
  8.   put the time into card field "Time"
  9.   pass idle
  10. end idle
  11.  
  12. on startup
  13.   show card field "Copyright"
  14.   pass startup
  15. end startup
  16.  
  17. on closeCard
  18.   hide card field "Copyright"
  19.   pass closeCard
  20. end closeCard
  21.  
  22.  
  23.  
  24. -- part 3 (button)
  25. -- low flags: 00
  26. -- high flags: 0000
  27. -- rect: left=180 top=80 right=129 bottom=235
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 0 / 0
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: Rolo
  36. ----- HyperTalk script -----
  37. on mouseUp
  38.   visual effect zoom open
  39.   go to stack "Address"
  40. end mouseUp
  41.  
  42.  
  43.  
  44. -- part 4 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=330 top=80 right=129 bottom=392
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: File Index
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect zoom open
  59.   go to File Index
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 6 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=31 top=144 right=189 bottom=80
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Phone
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual effect iris open
  79.   go to Phone
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 8 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=410 top=81 right=127 bottom=472
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Book Shelf
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual effect zoom open
  99.   hide message box
  100.   go to Book Shelf
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 11 (button)
  106. -- low flags: 00
  107. -- high flags: 0000
  108. -- rect: left=416 top=140 right=187 bottom=472
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: HyperCalc
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   visual effect zoom open
  120.   go to HyperCalc
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 12 (button)
  126. -- low flags: 00
  127. -- high flags: 0000
  128. -- rect: left=339 top=136 right=188 bottom=394
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Scanned Images
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   hide message box
  140.   visual effect zoom open
  141.   go to "Slide Show"
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 44 (button)
  147. -- low flags: 00
  148. -- high flags: 8000
  149. -- rect: left=335 top=203 right=251 bottom=394
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 7012 / 7012
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Stack Ideas
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   visual effect zoom open
  161.   go to stack "Stack Ideas"
  162. end mouseUp
  163.  
  164.  
  165.  
  166.  
  167. -- part 45 (button)
  168. -- low flags: 00
  169. -- high flags: 8000
  170. -- rect: left=186 top=204 right=250 bottom=240
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 18814 / 18814
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: Card Ideas
  179. ----- HyperTalk script -----
  180. on mouseUp
  181.   visual effect zoom open
  182.   go to stack "Card Ideas"
  183. end mouseUp
  184.  
  185.  
  186.  
  187.  
  188. -- part 46 (button)
  189. -- low flags: 00
  190. -- high flags: 8000
  191. -- rect: left=32 top=204 right=250 bottom=81
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 26884 / 26884
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: Art Ideas
  200. ----- HyperTalk script -----
  201. on mouseUp
  202.   visual effect zoom open
  203.   go to stack "Art Ideas"
  204. end mouseUp
  205.  
  206.  
  207.  
  208. -- part 47 (button)
  209. -- low flags: 00
  210. -- high flags: 8000
  211. -- rect: left=262 top=204 right=251 bottom=323
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 27056 / 27056
  214. -- text alignment: 1
  215. -- font id: 0
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: Button Ideas
  220. ----- HyperTalk script -----
  221. on mouseUp
  222.   visual effect zoom open
  223.   go to "Button Ideas"
  224. end mouseUp
  225.  
  226.  
  227.  
  228.  
  229. -- part 48 (button)
  230. -- low flags: 00
  231. -- high flags: 0000
  232. -- rect: left=102 top=200 right=253 bottom=160
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 0 / 0
  235. -- text alignment: 1
  236. -- font id: 0
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 16
  240. -- part name: Clip Art
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   visual effect zoom open
  244.   go to Clip Art
  245. end mouseUp
  246.  
  247.  
  248.  
  249. -- part 62 (button)
  250. -- low flags: 00
  251. -- high flags: 0000
  252. -- rect: left=261 top=72 right=130 bottom=314
  253. -- title width / last selected line: 0
  254. -- icon id / first selected line: 0 / 0
  255. -- text alignment: 1
  256. -- font id: 0
  257. -- text size: 12
  258. -- style flags: 0
  259. -- line height: 16
  260. -- part name: 
  261. ----- HyperTalk script -----
  262. on mouseUp
  263.   visual effect zoom open
  264.   go to card "About" of stack "documents"
  265. end mouseUp
  266.  
  267.  
  268.  
  269.  
  270. -- part 63 (button)
  271. -- low flags: 00
  272. -- high flags: 0000
  273. -- rect: left=106 top=80 right=129 bottom=155
  274. -- title width / last selected line: 0
  275. -- icon id / first selected line: 0 / 0
  276. -- text alignment: 1
  277. -- font id: 0
  278. -- text size: 12
  279. -- style flags: 0
  280. -- line height: 16
  281. -- part name: 
  282. ----- HyperTalk script -----
  283. on mouseUp
  284.   visual effect zoom open
  285.   go to stack "Help"
  286. end mouseUp
  287.  
  288.  
  289.  
  290.  
  291. -- part 65 (field)
  292. -- low flags: 01
  293. -- high flags: 0000
  294. -- rect: left=405 top=305 right=325 bottom=485
  295. -- title width / last selected line: 0
  296. -- icon id / first selected line: 0 / 0
  297. -- text alignment: 1
  298. -- font id: 3
  299. -- text size: 12
  300. -- style flags: 0
  301. -- line height: 16
  302. -- part name: Time
  303.  
  304.  
  305. -- part 68 (button)
  306. -- low flags: 00
  307. -- high flags: 0000
  308. -- rect: left=417 top=205 right=252 bottom=474
  309. -- title width / last selected line: 0
  310. -- icon id / first selected line: 0 / 0
  311. -- text alignment: 1
  312. -- font id: 0
  313. -- text size: 12
  314. -- style flags: 0
  315. -- line height: 16
  316. -- part name: 
  317. ----- HyperTalk script -----
  318. on mouseUp
  319.   visual effect zoom open
  320.   go to stack "Quotations"
  321. end mouseUp
  322.  
  323.  
  324.  
  325. -- part 69 (button)
  326. -- low flags: 00
  327. -- high flags: 0000
  328. -- rect: left=32 top=72 right=129 bottom=84
  329. -- title width / last selected line: 0
  330. -- icon id / first selected line: 0 / 0
  331. -- text alignment: 1
  332. -- font id: 0
  333. -- text size: 12
  334. -- style flags: 0
  335. -- line height: 16
  336. -- part name: 
  337. ----- HyperTalk script -----
  338. on mouseUp
  339.   visual effect zoom open
  340.   go to card "Introduction" of stack "Help"
  341. end mouseUp
  342.  
  343.  
  344.  
  345. -- part 70 (button)
  346. -- low flags: 00
  347. -- high flags: 0000
  348. -- rect: left=29 top=261 right=311 bottom=86
  349. -- title width / last selected line: 0
  350. -- icon id / first selected line: 0 / 0
  351. -- text alignment: 1
  352. -- font id: 0
  353. -- text size: 12
  354. -- style flags: 0
  355. -- line height: 16
  356. -- part name: 
  357. ----- HyperTalk script -----
  358. on mouseUp
  359.   visual effect zoom open
  360.   go to stack "Plots"
  361. end mouseUp
  362.  
  363.  
  364.  
  365. -- part 76 (field)
  366. -- low flags: 80
  367. -- high flags: 0000
  368. -- rect: left=16 top=310 right=326 bottom=207
  369. -- title width / last selected line: 0
  370. -- icon id / first selected line: 0 / 0
  371. -- text alignment: 1
  372. -- font id: 3
  373. -- text size: 9
  374. -- style flags: 0
  375. -- line height: 12
  376. -- part name: Copyright
  377.  
  378.  
  379. -- part 79 (button)
  380. -- low flags: 00
  381. -- high flags: 0000
  382. -- rect: left=109 top=140 right=187 bottom=155
  383. -- title width / last selected line: 0
  384. -- icon id / first selected line: 0 / 0
  385. -- text alignment: 1
  386. -- font id: 0
  387. -- text size: 12
  388. -- style flags: 0
  389. -- line height: 16
  390. -- part name: To Do
  391. ----- HyperTalk script -----
  392. on mouseUp
  393.   visual effect zoom open
  394.   go to card "First Do" of "Datebook"
  395. end mouseUp
  396.  
  397.  
  398.  
  399. -- part 80 (button)
  400. -- low flags: 00
  401. -- high flags: 0000
  402. -- rect: left=185 top=140 right=189 bottom=237
  403. -- title width / last selected line: 0
  404. -- icon id / first selected line: 0 / 0
  405. -- text alignment: 1
  406. -- font id: 0
  407. -- text size: 12
  408. -- style flags: 0
  409. -- line height: 16
  410. -- part name: Daily
  411. ----- HyperTalk script -----
  412. on mouseUp
  413.   set lockScreen to true
  414.   go to stack "DateBook"
  415.   goWeekly the seconds
  416. end mouseUp
  417.  
  418.  
  419.  
  420.  
  421. -- part 81 (button)
  422. -- low flags: 00
  423. -- high flags: 0000
  424. -- rect: left=263 top=141 right=188 bottom=318
  425. -- title width / last selected line: 0
  426. -- icon id / first selected line: 0 / 0
  427. -- text alignment: 1
  428. -- font id: 0
  429. -- text size: 12
  430. -- style flags: 0
  431. -- line height: 16
  432. -- part name: Months
  433. ----- HyperTalk script -----
  434. on mouseUp
  435.   set lockscreen to true
  436.   go to stack "DateBook"
  437.   goSixMonthly the seconds
  438. end mouseUp
  439.  
  440.  
  441.  
  442. -- part 82 (button)
  443. -- low flags: 00
  444. -- high flags: A003
  445. -- rect: left=100 top=273 right=301 bottom=203
  446. -- title width / last selected line: 0
  447. -- icon id / first selected line: 0 / 0
  448. -- text alignment: 1
  449. -- font id: 0
  450. -- text size: 12
  451. -- style flags: 0
  452. -- line height: 16
  453. -- part name: Click Me First!
  454. ----- HyperTalk script -----
  455. on mouseUp
  456.   go to card id 2971 of stack "Release Notes V1.1"
  457. end mouseUp
  458.  
  459.  
  460.  
  461.  
  462. -- part contents for background part 6
  463. ----- text -----
  464. Home Card
  465.  
  466. -- part contents for card part 65
  467. ----- text -----
  468. 9:47 PM
  469.  
  470. -- part contents for card part 76
  471. ----- text -----
  472. Copyright ¬©1987 Apple Computer, Inc.